home *** CD-ROM | disk | FTP | other *** search
/ Network CD 1 / Network CD.iso / converters / pbmplus / doc / ppmscale.doc < prev    next >
Encoding:
Text File  |  1990-06-20  |  1.5 KB  |  67 lines

  1.  
  2.  
  3.  
  4. ppmscale(1)                 PBM Plus                  ppmscale(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      ppmscale - scale a portable pixmap
  10.  
  11. SYNOPSIS
  12.      ppmscale <s> [ppmfile]
  13.      ppmscale -xsize|-width|-ysize|-height <s> [ppmfile]
  14.      ppmscale -xscale|-yscale <s> [ppmfile]
  15.      ppmscale -xscale|-xsize|-width <s>
  16.               -yscale|-ysize|-height <s> [ppmfile]
  17.  
  18. DESCRIPTION
  19.      Reads a portable pixmap as input.  Scales it by the speci-
  20.      fied factor or factors and produces a portable pixmap as
  21.      output.  You can both enlarge (scale factor > 1) and reduce
  22.      (scale factor < 1).  You can specify one dimension as a
  23.      pixel size, and the other dimension will be scaled
  24.      correspondingly.  You can specify one dimension as a scale,
  25.      and the other dimension will not be scaled.  Or, you can
  26.      specify different scales for each axis, either as scale fac-
  27.      tors or as pixel sizes.
  28.  
  29.      All flags can be abbreviated to their shortest unique pre-
  30.      fix.
  31.  
  32. SEE ALSO
  33.      pbmreduce(1), pnmenlarge(1), ppm(5)
  34.  
  35. AUTHOR
  36.      Copyright (C) 1989 by Jef Poskanzer.
  37.  
  38.      Permission to use, copy, modify, and distribute this
  39.      software and its documentation for any purpose and without
  40.      fee is hereby granted, provided that the above copyright
  41.      notice appear in all copies and that both that copyright
  42.      notice and this permission notice appear in supporting docu-
  43.      mentation.  This software is provided "as is" without
  44.      express or implied warranty.
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Printed 5/25/90          01 August 1989                         1
  64.  
  65.  
  66.  
  67.